Merge qiskit-runtime into qiskit-ibm-runtime#91
Merged
jyu00 merged 116 commits intoQiskit:mainfrom Jan 11, 2022
Merged
Conversation
update some texts in tutorials
Add RunnerResult class
Start the documentation
* fix some typos, lang consistency, etc. * Update tutorials/sample_vqe_program/qiskit_runtime_vqe_program.ipynb oops missed one
* tweaks based on review * one more tweak
* avoid premium * fix format
* Add custom expval program * Add QV example
* add qce21 tutorial * revert accidental changes
* add missing files * add vqe * fix version
* Update tutorials * Undo changes about which backend was used * Remove version from 02_uploading_program * Fixes - Update metadata for sample_expval and sample_vqe_program - Undo backend change in execution_count 7 of 01_circuit_runner * Update cells where programs are printed * Update tutorials sample notebooks * Fixes for tutorials sample notebooks * Update tutorials/02_uploading_program.ipynb Co-authored-by: Jessie Yu <jessieyu@us.ibm.com> * Address PR comments - Remove last cell with version info in 00_introduction - Rerun cell with spec populated Co-authored-by: Jane Kwon <janeheekwon@ibm.com> Co-authored-by: Jessie Yu <jessieyu@us.ibm.com>
* update wording on public programs * consistent wording * update Qiskit version
* More tutorial updates * Update tutorials/00_introduction.ipynb Co-authored-by: Jessie Yu <jessieyu@us.ibm.com> * Fix review comments * lower case Co-authored-by: Jessie Yu <jessieyu@us.ibm.com>
* reflect ibmq provider 0.18 changes * fix 02 * program names need not be unique * no more version
* * QAOA runtime. * * Runtime script. * * Black.
* rename to hello_world * update docs * add back sample program * Update qiskit_runtime/hello_world/hello_world.py Co-authored-by: Jessie Yu <jessieyu@us.ibm.com> * Update qiskit_runtime/sample_program/sample_program.json Co-authored-by: Jessie Yu <jessieyu@us.ibm.com> Co-authored-by: Jessie Yu <jessieyu@us.ibm.com>
rathishcholarajan
approved these changes
Jan 11, 2022
Member
rathishcholarajan
left a comment
There was a problem hiding this comment.
LGTM! We need to rename qiskit_runtime folder in a follow up PR. Too confusing when it's alongside the qiskit_ibm_runtime folder.
blakejohnson
pushed a commit
to blakejohnson/qiskit-ibm-runtime
that referenced
this pull request
May 26, 2023
* update all metadata to new format * also update estimator * fix cloud program id * remove sampler from cloud
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Merge content of tutorials and qiskit_runtime subfolder from the qiskit-runtime repository into qiskit-ibm-runtime preserving history. Afterwards deleted
API_direct.ipynbas per #72 (comment)Details and comments
Fixes #72
Approach
Adopted from https://stackoverflow.com/a/11426261/5580148